/*共同样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,img{padding:0; margin:0;}
body{font-family:Arial, Helvetica, sans-serif;font-size: 14px;}
ul li{list-style: none;}
a{text-decoration:none;cursor:pointer;font-family:微软雅黑;}
img{border: 0;}
.fl {float: left}
.fr {float: right}
.tl {text-align: left;}
.tc {text-align: center}
.tr {text-align: right;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.clearfix:before,.clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.container{width:1200px;height: 100%; margin:0 auto;}
.clear{clear: both;}
/*定义滚动条样�?*/
::-webkit-scrollbar{width: 9px;height: 9px;background-color: #f5f5f5;}
/*定义滚动条的轨道，内阴影及圆�?*/
::-webkit-scrollbar-track{border-radius: 10px;background-color: rgba(0,0,0,0.1);}
/*定义滑块，内阴影及圆�?*/
::-webkit-scrollbar-thumb{width: 10px;height: 20px;border-radius: 10px; background-color: rgba(0,0,0,.1);}

.tops{background: #f3f3f3;height: 40px;line-height: 40px;}
.tops .tits{width: 1200px;margin: 0 auto;overflow: hidden;}
.tops .tits .seot{display: inline-block;float: left;font-size: 14px;font-weight: normal;}
.tops .tits .ri{display: inline-block;float: right;font-size: 14px;}

/*通用两栏 ,left:300px,right:880px*/
.module{width: 100%;}
.module_cnt{overflow: hidden;width: 1200px;margin: 10px auto;}
.module_left{float: left;width: 300px;min-height: 300px;}
.module_right{float: right;width: 880px;min-height: 300px;}		

.paging{height: 50px;line-height: 50px;margin-top: 50px;text-align: center;}
.paging li{list-style: none;}
.paging li a{padding: 3px;margin-left:10px;border: 1px solid #6666;}
.paging li a.active{background-color: #3d8769;color: #fff;}